projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb29dfb
)
Require cl at compile-time.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 13 Sep 1997 18:44:54 +0000
(18:44 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 13 Sep 1997 18:44:54 +0000
(18:44 +0000)
lisp/ph.el
patch
|
blob
|
history
diff --git
a/lisp/ph.el
b/lisp/ph.el
index 40abafaa80271727e529e11b18c2d703ab5970c3..f7cd052f3b45d61289f68cca617d9cb030b101bd 100644
(file)
--- a/
lisp/ph.el
+++ b/
lisp/ph.el
@@
-63,6
+63,8
@@
;;; Code:
+(eval-when-compile (require 'cl))
+
(require 'wid-edit)
(if (not (fboundp 'make-overlay))